'Declaration Public Function New( _
ByVal factoryThe DrawingFactory.As DrawingFactory, _
ByVal centerThe center of the radial gradient.As System.Drawing.PointF, _
ByVal radiusThe radius of the radial gradient.As Single, _
ByVal ParamArray gradientStopsThe gradient stops of the brush.() As GradientStop _
)
public DrawingRadialGradientBrush(
DrawingFactory factory,
System.Drawing.PointF center,
float radius,
params GradientStop[] gradientStops
)
public: DrawingRadialGradientBrush(
DrawingFactory* factory,
System.Drawing.PointF center,
float radius,
params GradientStop*[]* gradientStops
)
public:
DrawingRadialGradientBrush(
DrawingFactory^ factory,
System.Drawing.PointF center,
float radius,
... array<GradientStop^>^ gradientStops
)
Parameters
- factory
- The DrawingFactory.
- center
- The center of the radial gradient.
- radius
- The radius of the radial gradient.
- gradientStops
- The gradient stops of the brush.